home *** CD-ROM | disk | FTP | other *** search
- -- background: 2755 from stack: in
- -- bmap block id: 3097
- -- flags: 0000
- -- background id: 0
- -- name: Weekly
-
-
- -- part 6 (field)
- -- low flags: 01
- -- high flags: 4000
- -- rect: left=137 top=46 right=70 bottom=430
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: File_Name
-
-
- -- part 8 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=256 top=298 right=321 bottom=281
- -- title width / last selected line: 0
- -- icon id / first selected line: 1013 / 1013
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Next
- ----- HyperTalk script -----
- on mouseUp
- go to next card of this background
- end mouseUp
-
-
-
- -- part 9 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=228 top=298 right=321 bottom=254
- -- title width / last selected line: 0
- -- icon id / first selected line: 1014 / 1014
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Prev
- ----- HyperTalk script -----
- on mouseUp
- go to prev card of this background
- end mouseUp
-
-
-
- -- part 24 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=390 top=104 right=129 bottom=431
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Access Cnt
-
-
- -- part 25 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=390 top=143 right=168 bottom=431
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Not Found
-
-
- -- part 26 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=390 top=184 right=209 bottom=431
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Cancelled
-
-
- -- part 29 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=328 top=298 right=321 bottom=353
- -- title width / last selected line: 0
- -- icon id / first selected line: 26865 / 26865
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Next
- ----- HyperTalk script -----
- on mouseUp
- go to last card
- end mouseUp
-
-
-
- -- part 32 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=168 top=298 right=321 bottom=193
- -- title width / last selected line: 0
- -- icon id / first selected line: 30557 / 30557
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Next
- ----- HyperTalk script -----
- on mouseUp
- go to first card of this background
- end mouseUp
-
-
-
- -- part 34 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=62 top=6 right=24 bottom=169
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Load Data
- ----- HyperTalk script -----
- on mouseUp
- global newdata
- delecards
- readfile "File Stats"
- end mouseUp
-
-
-
- -- part 35 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=335 top=6 right=24 bottom=442
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Delete Cards
- ----- HyperTalk script -----
- on mouseUp
- global newdata
- delecards
- end mouseUp
-
-
-
- -- part 36 (button)
- -- low flags: 00
- -- high flags: 8000
- -- rect: left=60 top=72 right=116 bottom=100
- -- title width / last selected line: 0
- -- icon id / first selected line: 20186 / 20186
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Sort
- ----- HyperTalk script -----
- on mouseUp
- sort by field 1
- end mouseUp
-
-
-
- -- part 37 (button)
- -- low flags: 00
- -- high flags: 8000
- -- rect: left=85 top=204 right=248 bottom=125
- -- title width / last selected line: 0
- -- icon id / first selected line: 20186 / 20186
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Sort
- ----- HyperTalk script -----
- on mouseUp
- sort descending datetime by field 5
- end mouseUp
-
-
-
- -- part 38 (button)
- -- low flags: 00
- -- high flags: 8000
- -- rect: left=428 top=91 right=135 bottom=468
- -- title width / last selected line: 0
- -- icon id / first selected line: 20186 / 20186
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Sort
- ----- HyperTalk script -----
- on mouseUp
- sort descending by field 2
- end mouseUp
-
-
-
- -- part 23 (field)
- -- low flags: 01
- -- high flags: 4000
- -- rect: left=45 top=184 right=209 bottom=179
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Lst Ref
-